SubjectBase.HasObservers property¶
Defined in
Type: SubjectBaseSystem.Reactive.Subjects
Assembly: System.Reactive.dll
Applies to
netstandard2.0
public abstract bool HasObservers { get; }
Summary: Indicates whether the subject has observers subscribed to it.
Returns: bool